home *** CD-ROM | disk | FTP | other *** search
/ Amoszine 5 / Amoszine 5.adf / arts / Clinic.asc.cm / Clinic.asc.cm
Text File  |  1992-02-26  |  3KB  |  72 lines

  1. @5
  2.                            C o d e   C l i n i c
  3.  
  4.         By The Great Oracle Lee 'someones eaten the postman' Bamber
  5.  
  6. @4
  7. Well, I know we have readers now.  The sales prove that.  I saw them with
  8. my own eyes.  I can only conclude from the silence that everyone is so
  9. informed and helped by each issue of AZ that no-one has ANY problems.  It's
  10. nice to know my work is finished.  Everyone can start writing great stuff
  11. now so I too have something to play besides my own next effort.
  12.  
  13. Am I right?  Everyones happy.  Ain't this just great.  I'm really good at
  14. this job.  
  15.  
  16. I did get one mis-directed problem...It read 'I've been writing in Blitz
  17. for a month now and all my games are crap'.  Well what could I say, I just
  18. replied, 'It's not you.'
  19.  
  20. (Yes folks with brain bigger than grape, it's cheap.  It's easy.  It's not
  21. worthy of me or my time.  But what the hell, I suppose Andy Gibson will
  22. find it mildly amusing.  That's after treatment, of course!)
  23.  
  24. Because someone always wants help, even though THEY DON'T WRITE ATALL!!!  I
  25. have one peice on information you can take away with you.  Give you lives
  26. the satisfaction of one more snippet of coding clout.
  27.  
  28. QQ> Hello code master, I'd like to be able to get past level 94 stage 3 on
  29.     super mario 15, could you give me the cheat?
  30.  
  31. CC> Well yes, first kick the kwap out of the familiy member who bought you
  32.     that stinking pile of hype and buy AMOS Professional.  If you have not
  33.     got an Amiga, steal one.  Before you play any games, you'll need to
  34.     know how to save a single byte of data to disk very quickly!
  35.  
  36.     This is how it's done...
  37. @6
  38.     Rem Make yourself 1 byte of data
  39.     Reserve as Work 10,1
  40.     Poke Start(10),123
  41.     
  42.     Rem Save it to your disk
  43.     BSave "Very_Small_File",Start(10) To Start(10)+1
  44.  
  45.     Rem Erase it so the computer doesn't know it, hehehe!
  46.     Poke Start(10),0
  47.  
  48.     Rem Load it back
  49.     BLoad "Very_Small_File",Start(10)
  50.  
  51.     Rem Show it to the nice people at home
  52.     Print Peek(Start(10))
  53. @4
  54.     NOW, CHILDREN, GET REAL!!  Send me some damn problems or I'll kick the
  55.     kwap out'a y'all, y'here!!  I'm available for private hire but only in
  56.     countries with an inexhaustable supply of malteasers and a female only
  57.     population.  The only other way you'll recieve my advice is through a
  58.     guy who uses our house as a garbage stop.  Sod pushes any more litter
  59.     through my door and I'll tup him!
  60.     My residence can be localised to the street code WN3 4QG.  Headed with
  61.     the name 'Rockville', the road is Warrington Road and is found in
  62.     Lower Ince in the town of Wigan, which is a plot on the county of
  63.     Lancashire.  Make sense of the above and you will have earned your
  64.     right to speak your mind.
  65.  
  66.     Oh, and lucky people get my brand new, laser printed Digital Ninja
  67.     Games List for 1995, totally free of charge.  There is no checkup, and
  68.     no saleswomen will call.  Don't delay, write in today.
  69.     It's been fun.
  70. @2
  71.               [...big fading smile as article slows to an end...]
  72.